home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 1 / QRZ Ham Radio Callsign Database - December 1993.iso / ucsd / packet / tcpip / os9 / read.me < prev    next >
Encoding:
Text File  |  1992-03-01  |  2.4 KB  |  73 lines

  1. Hi Peter,                                         Graz, 18.2.1988
  2.  
  3. This disk contains the TCP/IP software. All files are packed in 
  4. ARC archives. For the case that you don't have the ARC program I've
  5. also copied my version to the disk. I got this software from Dieter 
  6. Stoll (Bix: dstoll) and he, in turn, got it from the guy who ported 
  7. it to OS-9. Here is the translation of couple of comments of the
  8. original author :
  9.  
  10. ----------------------------------------------------------------------
  11.  
  12. - The configuration file NET.STARTUP contains 'attach' statements
  13.   for each device. On the PC these statements specify absolute I/O
  14.   addresses. Under OS-9 the address is simply the terminal number
  15.   which is to be used for communication. So, for instance, specifying
  16.   and address of 0x0001 will cause /t1 to be used, 0x0002 will cause
  17.   /t2 to be used and so forth.
  18.  
  19. - The current implementation doesn't contain the ethernet stuff. It is
  20.   said to be working under MS-DOS though, and should'nt be very hard to
  21.   implement. 
  22.  
  23. - One problem at the time is, that the 'net' program was originally
  24.   written for Mess-Dos and thus was'nt intented to run in the background.
  25.   So, at the time there are two workarounds :
  26.  
  27.      1.) Use the supplied /TB device descriptor & drivers (directory /BUFF)
  28.          to login a second time :
  29.  
  30.                       com /tb
  31.  
  32.          and start the net program.
  33.  
  34.      2.) Start net with :  net <>>>/nil &
  35.          But I don't know if this works in every case.
  36.  
  37. - To test the stuff you can try to connect to your own machine. In the
  38.   supplied configuration this would be (only user entries shown) :
  39.  
  40.         $ net
  41.         net> ftp m68graz
  42.         user anonymous
  43.         pass
  44.         
  45.         ... now ftp subcommands should work - for instance
  46.  
  47.         dir
  48.         ls
  49.         get
  50.         quit
  51.  
  52.    The BM mailer can be checked by sending mails to yourself. Example :
  53.  
  54.         $ bm
  55.         "tom"> s
  56.         To:      tom@m68graz
  57.         Subject: Tralala
  58.         
  59.         Message tralala
  60.  
  61.    If the NET program runs in the background you should receive the mail
  62.    after a certain time (did'nt figure out the exact time yet). You can
  63.    also try to manually trigger the connection with the SMTP command in
  64.    the NEt program :
  65.  
  66.          $ net
  67.          net> smtp
  68.          net> exit
  69.  
  70. ----------------------------------------------------------------------
  71.  
  72. I hope that you find it useful -- Tom
  73.